home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / ibm / loadall.arc / READ.ME < prev   
Text File  |  1990-07-10  |  2KB  |  41 lines

  1.  
  2.  
  3. This file concerns the programs contained in LOADALL.ARC
  4.  
  5.  
  6.  
  7. LOADALL.EXE (.BAS): Runs on PC clone and programs various members of
  8.         the HC11 family configured for the bootstrap mode. See app note
  9.         AN1010 or the HC11 reference manual pages 2-31, 3-15 to 3-18
  10.         for description of bootstrap connections.
  11.         (Don't forget the RS232 drivers between PC and HC11.
  12.          Also, remmember pull up resistor on HC11 TDX line. The Maxim
  13.          chip shown in AN1010 has it internal.)
  14.  
  15. PROGD3.MX (.ASM): For programming the D3 EPROM. LOADALL loads this program
  16.         into the D3 RAM and the D3 executes it.
  17.  
  18. D3BLINK.MX (.ASM): Sample program for D3. Wiggles PD5 sixteen times and
  19.         then jumps back to the start of the bootstrap ROM.
  20.         If used with D3 PGMR board will blink the LED.
  21.  
  22. PROGE2.MX (.ASM): For programming the E2 and A2 EEPROM. LOADALL loads this
  23.         program into the E2 or A2 RAM and the HC11 executes it.
  24.  
  25.  
  26. D3BLINK.MX (.ASM): Sample program for E2 and A2. Wiggles the port B lines
  27.         continously. Does not jump back to the boot ROM.
  28.         Can be used with the EVBU board running in bootmode with an A2 or
  29.         E2 inserted as the processor.
  30.  
  31.  
  32. PROGE9.MX (.ASM): For programming the E9 and A1 EEPROM. LOADALL loads this
  33.         program into the E9 or A1 RAM and the HC11 executes it.
  34.  
  35.  
  36. E9E2BLNK.MX (.ASM): Sample program for E9 and A1. Wiggles the port B lines
  37.         continously. Does not jump back to the boot ROM.
  38.         Can be used with the EVBU board running in bootmode with an A1 or
  39.         E9 inserted as the processor.
  40.  
  41.